projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2699e23
)
(sit_for): Pass DISPLAY to detect_input_pending_run_timers.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Mar 1996 17:26:19 +0000
(17:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Mar 1996 17:26:19 +0000
(17:26 +0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 201f4a579e79aa45a7396ce0fcaa6de34c124a07..37749001d3f6859ec4e4c6e46f586347c1e2633f 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-2367,7
+2367,7
@@
sit_for (sec, usec, reading, display)
{
Lisp_Object read_kbd;
- if (detect_input_pending
(
))
+ if (detect_input_pending
_run_timers (display
))
return Qnil;
if (display)